* lisp/ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
authorGlenn Morris <rgm@gnu.org>
Sat, 4 Feb 2012 00:59:58 +0000 (19:59 -0500)
committerGlenn Morris <rgm@gnu.org>
Sat, 4 Feb 2012 00:59:58 +0000 (19:59 -0500)
lisp/ChangeLog
lisp/ido.el

index 995e610c8d25405b11e057cdc498545778774ece..47281043feac739961f6d1a16c0a6bbcd7114fc8 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-04  Glenn Morris  <rgm@gnu.org>
+
+       * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
+
 2012-02-03  Glenn Morris  <rgm@gnu.org>
 
        * image.el (image-animated-p): Doc fix.  Use image-animated-types.
index 4be9807af9602efce4dceb0a0b9c891e5d10d804..5813aff0f217bb1a28cfe0ea45ab882c499e23e2 100644 (file)
@@ -4148,7 +4148,6 @@ in a separate window.
 \\[ido-toggle-regexp] Toggle regexp searching.
 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
 \\[ido-toggle-case] Toggle case-sensitive searching of file names.
-\\[ido-toggle-vc] Toggle version control for this file.
 \\[ido-toggle-literal] Toggle literal reading of this file.
 \\[ido-completion-help] Show list of matching files in separate window.
 \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'."